std::sinh

From Cppreference

Jump to: navigation, search
Defined in header <cmath>

float       sinh( float arg );

double      sinh( double arg );

long double sinh( long double arg );

Computes hyperbolic sine of arg

Parameters

arg - floating point value

Return value

hyperbolic sine of arg

See also

cosh
hyperbolic cosine
(function)
tanh
hyperbolic tangent
(function)
asinh (C++0x)
hyperbolic arc sine
(function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages